From dcd945f6b429f398b7ed7ded8330e9c578a1a06f Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Thu, 11 May 2023 19:42:09 +0000 Subject: [PATCH] Adjust find command to avoid serarching git directories. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 34063b6ac7..dabce5dc7d 100755 --- a/debian/rules +++ b/debian/rules @@ -94,7 +94,7 @@ build: override_dh_auto_clean: dh_auto_clean --builddirectory=obj-thunderbird - find -type f -name "*.pyc" -exec rm {} \; + find * -type f -name "*.pyc" -exec rm {} \; rm -rf third_party/python/psutil/tmp rm -f configure old-configure js/src/configure js/src/old-configure mozconfig.* # needed for thunderbird-l10n -- 2.30.2